home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2007-12-14 | 11.2 KB | 170 lines |
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManualRecord.aspx.cs" Inherits="gbweb.Migrated_ManualRecord" %>
- <%@ Register Assembly="eWorld.UI" Namespace="eWorld.UI" TagPrefix="ew" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
-
- <HTML>
- <HEAD>
- <title>GBPVR - Manual Record</title>
- <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <link rel="stylesheet" type="text/css" href="<%=System.Convert.ToString(Session["theme"])%>/styles.css">
- <link rel="shortcut icon" type="image/gif" href="<%=System.Convert.ToString(Session["theme"])%>/favicon.gif">
- <script>
- function reloadAndClose()
- {
- window.close();
- }
- </script>
- </HEAD>
- <body class="popuppage">
- <form id="Form1" method="post" runat="server">
- <table border="0" cellspacing="0" cellpadding="0" style="width: 38%; height: 99px">
- <!-- Topbar begin -->
- <tr height="1">
- <td width="10" style="height: 1px"><img src="public/t.gif" width="10" height="71" border="0"></td>
- <td colspan="3" style="height: 1px; width: 120%;">
- <table border="0" cellspacing="0" cellpadding="0" width="100%" id="TABLE1" language="javascript">
- <tr>
- <td width="50" style="height: 50px"><img src="<%=System.Convert.ToString(Session["theme"])%>/logo_gbpvr.gif" width="135" height="31" border="0"><br>
- <img src="public/t.gif" width="1" height="14" border="0">
- </td>
- <td align="right" style="height: 50px"><img src="<%=System.Convert.ToString(Session["theme"])%>/manual_record_hdr.gif" width="253" height="45" border="0"></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr height="1">
- <td width="10" style="height: 1px">
- </td>
- <td colspan="3" style="height: 1px; width: 120%;">
- <table class="listing" style="width: 384px">
- <tr>
- <td style="width: 184px; height: 14px;">
- </td>
- <td style="width: 146px; height: 14px;">
- </td>
- </tr>
- <tr>
- <td style="width: 184px">
- <strong>Name (optional):</strong></td>
- <td style="width: 146px">
- <asp:TextBox ID="pgmName" runat="server" Width="149px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 184px; height: 24px;">
- <strong>Channel:</strong></td>
- <td style="width: 146px; height: 24px;">
- <asp:DropDownList ID="listChannels" runat="server" Width="86px">
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td style="width: 184px; height: 19px;">
- <strong>Start Date: </strong></td>
- <td style="width: 146px; height: 19px">
- <ew:CalendarPopup ID="startDate" runat="server" Nullable="true" PopupLocation="Top"
- ShowClearDate="True" Width="110px">
- </ew:CalendarPopup>
- </td>
- </tr>
- <tr>
- <td style="width: 184px; height: 21px;">
- <strong>Start Time: </strong></td>
- <td style="width: 146px; height: 21px" align="left" valign="middle">
- <ew:TimePicker ID="startTime" runat="server" DisableTextBoxEntry="False" Nullable="true"
- PopupLocation="Top" RoundUpMinutes="False" ShowClearTime="True" Width="110px">
- </ew:TimePicker>
- </td>
- </tr>
- <tr>
- <td style="width: 184px; height: 17px;">
- <strong>End Time:</strong></td>
- <td style="width: 146px; height: 17px" valign="middle">
- <ew:TimePicker ID="endTime" runat="server" DisableTextBoxEntry="False" Nullable="true"
- PopupLocation="Top" RoundUpMinutes="False" ShowClearTime="True" Width="110px">
- </ew:TimePicker>
- </td>
- </tr>
- </table>
- <table border="1" cellpadding="0" cellspacing="0" style="width: 99%; height: 106px;">
- <tr>
- <td style="width: 432px; height: 160px">
- <table border="0" cellpadding="10" cellspacing="0" class="listing" style="width: 101%;
- height: 100px">
- <tr>
- <td style="width: 155px; height: 40px" valign="top">
- <asp:RadioButtonList ID="radioDay" runat="server" CellPadding="0" CellSpacing="0"
- CssClass="listing" Width="114px">
- <asp:ListItem Selected="True" Value="once">Once</asp:ListItem>
- <asp:ListItem Value="everyDay">Every Day</asp:ListItem>
- <asp:ListItem Value="everyWeek">Every Week</asp:ListItem>
- <asp:ListItem Value="weekDays">Mon - Fri</asp:ListItem>
- <asp:ListItem Value="weekEnd">Sat & Sun</asp:ListItem>
- </asp:RadioButtonList></td>
- <td style="height: 40px; width: 220px;" valign="top">
- Quality:<br />
- <asp:DropDownList ID="quality" runat="server" Width="72px">
- <asp:ListItem Value="High">High</asp:ListItem>
- <asp:ListItem Selected="True" Value="Medium">Medium</asp:ListItem>
- <asp:ListItem Value="Low">Low</asp:ListItem>
- <asp:ListItem Value="Custom1">Custom1</asp:ListItem>
- <asp:ListItem Value="Custom2">Custom2</asp:ListItem>
- <asp:ListItem></asp:ListItem>
- </asp:DropDownList><br />
- <br />
- Recordings to keep:<br />
- <asp:TextBox ID="keepRecordings" runat="server" Columns="3" MaxLength="3">0</asp:TextBox>
- (0 = all)
- <br />
- <asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="keepRecordings"
- ErrorMessage="Value must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator><br />
- Padding:<br />
- <img border="0" height="10" src="public/t.gif" width="10" />Pre:
- <asp:TextBox ID="prePadding" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox>
- Post:
- <asp:TextBox ID="postPadding" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox>
- <br />
- <img border="0" height="10" src="public/t.gif" width="10" />
- <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="prePadding"
- ErrorMessage="Pre-padding must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator><br />
- <img border="0" height="10" src="public/t.gif" width="10" />
- <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="postPadding"
- ErrorMessage="Post-padding must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator> </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- <td colspan="1" style="height: 1px;">
- </td>
- </tr>
- <tr height="1">
- <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
- <td colspan="3" style="height: 1px; width: 120%;" align="center">
- <img border="0" height="10" src="public/t.gif" width="10" />
- <asp:Label ID="RecordMessage" runat="server" CssClass="conflict" Height="23px" Visible="False"
- Width="171px">Record Message</asp:Label></td>
- </tr>
- <tr height="1">
- <td class="listing" colspan="4" style="height: 1px">
- <table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 4px">
- <tr>
- <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
- <td align="right">
- <asp:LinkButton ID="LinkButton1" runat="server" CssClass="btn-normal-large" Style="FLOAT:right" OnClick="LinkButton1_Click"><span>Record</span></asp:LinkButton></td>
- <td><a href='javascript:window.close();' Class="btn-normal-large"><span>Close - take no
- action</span></a></td>
- </tr>
- </table>
- </td>
- </tr>
- <!-- Topbar end -->
- </table>
- </form>
- </body>
- </HTML>
-
-